FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package rki.demis.laboratory.strict#4.0.0-rc.1 (110 ms)

Package rki.demis.laboratory.strict
Type StructureDefinition
Id Id
FHIR Version R4
Source https://demis.rki.de/fhir/demis/https://simplifier.net/resolve?scope=rki.demis.laboratory.strict@4.0.0-rc.1&canonical=https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionABVP
Url https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionABVP
Version 2.0.0
Status active
Date 2025-02-20
Name PathogenDetectionABVP
Title Erregernachweis für Arboviren (sonstige)
Experimental False
Realm de
Description Der Arbovirus-Erregernachweis spezifiziert den Erregernachweis hinsichtlich des Labortestes, der Nachweismethode und der Probe für sonstige Arboviren.
Copyright Copyright (C) 2021-2025 Robert Koch-Institut
Type Observation
Kind resource

Resources that use this resource

StructureDefinition
https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportABVP Laborbericht für Arboviren (sonstige)

Resources that this resource uses

StructureDefinition
https://demis.rki.de/fhir/StructureDefinition/PathogenDetection Erregernachweis
https://demis.rki.de/fhir/StructureDefinition/SpecimenABVP Probe für Arboviren (sonstige)
https://demis.rki.de/fhir/ValueSet/answerSetABVP AnswerSet für Arboviren (sonstige)
https://demis.rki.de/fhir/ValueSet/laboratoryTestABVP Labortest für Arboviren (sonstige)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "PathogenDetectionABVP",
  "url" : "https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionABVP",
  "version" : "2.0.0",
  "name" : "PathogenDetectionABVP",
  "title" : "Erregernachweis für Arboviren (sonstige)",
  "status" : "active",
  "date" : "2025-02-20",
  "publisher" : "Robert Koch-Institut",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "demis-support@rki.de"
        }
      ]
    }
  ],
  "description" : "Der Arbovirus-Erregernachweis spezifiziert den Erregernachweis hinsichtlich des Labortestes, der Nachweismethode und der Probe für sonstige Arboviren.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "version" : "ALPHA-2",
          "code" : "DE"
        }
      ]
    }
  ],
  "copyright" : "Copyright (C) 2021-2025 Robert Koch-Institut",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "sct-concept",
      "uri" : "http://snomed.info/conceptdomain",
      "name" : "SNOMED CT Concept Domain Binding"
    },
    {
      "identity" : "sct-attr",
      "uri" : "http://snomed.org/attributebinding",
      "name" : "SNOMED CT Attribute Binding"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "https://demis.rki.de/fhir/StructureDefinition/PathogenDetection",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.meta",
        "path" : "Observation.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.meta.profile",
        "path" : "Observation.meta.profile",
        "min" : 1,
        "max" : "1",
        "patternCanonical" : "https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionABVP",
        "mustSupport" : true
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "definition" : "Typ des durchgeführten Labortests. Der Wert muss als LOINC-Code - entsprechend des vom RKI definierten und in regelmäßigen Abständen aktualisierten ValueSets (https://demis.rki.de/fhir/ValueSet/laboratoryTestABVP) – im coding Element dargestellt werden. Für eine begrenzte Übergangszeit ist die Verwendung des text Elementes in Ausnahmefällen zulässig. Folgende Ausbaustufen des Systems werden hier jedoch deutlich restriktiver sein, um einen automatisierte Weiterverarbeitung der Inhalte im Gesundheitsamt zu ermöglichen."
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://demis.rki.de/fhir/ValueSet/laboratoryTestABVP"
        }
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept",
        "path" : "Observation.value[x]",
        "sliceName" : "valueCodeableConcept"
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept.coding:codeableConceptSNOMED",
        "path" : "Observation.value[x].coding",
        "sliceName" : "codeableConceptSNOMED",
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://demis.rki.de/fhir/ValueSet/answerSetABVP"
        }
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept.coding:codeableConceptSNOMED.system",
        "path" : "Observation.value[x].coding.system",
        "patternUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.value[x]:valueString",
        "path" : "Observation.value[x]",
        "sliceName" : "valueString",
        "max" : "0"
      },
      {
        "id" : "Observation.specimen",
        "path" : "Observation.specimen",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/StructureDefinition/SpecimenABVP"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.